home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
451-475
/
disk_458
/
texify
/
texifysetmacro.ced
< prev
next >
Wrap
Text File
|
1992-05-06
|
2KB
|
50 lines
/********************************************************************************/
/* ARexx program TeXifySetMacro V 1.00 (Oct 90) */
/* */
/* With this ARexx program you can set TeX's */
/* macropackage from within CEDPro. TeXify */
/* will notice a macro change. This program is */
/* part of the great TeXify package and may */
/* only be spread as part of it. For further */
/* Copyright 1990 information see the additional readme and */
/* by Wolf-Juergen Faust arexx files you MUST get with this program ! */
/* Am Dorfgarten 10 For a new TeXify version call FIDO */
/* W-6000 Frankfurt 50 +(49) 6173 2544 (HST DS) or contact me... */
/* Germany */
/* FIDO: 2:243/43.5 (Wolf Faust) */
/* UUCP: cbmvax.commodore.com!cbmehq!cbmger!venus!wfaust */
/* Tel: +(49) 69 5486556 */
/* */
/* YOU MUST ADOPT THE FIRST COMMAND TO YOUR ENVIRONMENT !!!!!!!!!!!! */
/* ================================================================= */
/* */
/* Versions needed: */
/* ARexx >= V 1.10 (tested: 1.10, 1.12, 1.14) */
/* CEDPro>= V 2.00 (tested: 2.10, 2.11, 2.12) */
/* TeX >= V 2.09o (tested: 2.09o, 2.09p) */
/********************************************************************************/
/* Insert path for Manx's(!) Set command: */
setpath = "tex:c/Set"
/*** START ***/
/*** program receives answers ***/
options results
/*** now lets get to business with CygnusEd ***/
address 'rexx_ced'
'GetString' "plain" "Macropackage ?"
macro = result
if (macro="") | (macro="RESULT") then do
okay1 "No selection ?? Aborted..."
exit
end
okay2 "Set macropackage = "||macro||" ?"
if ( result = 0) then exit
address command setpath||' texformat='||macro
if (show('P','AmigaTeX')) then address 'AmigaTeX' 'Exit'